95e788
@@ -471,7 +471,7 @@
private void initializeOperators(Map<FetchOperator, JobConf> fetchOpJobConfMap)
       // push down filters
       HiveInputFormat.pushFilters(jobClone, ts);
 
-      AcidUtils.setTransactionalTableScan(job, ts.getConf().isAcidTable());
+      AcidUtils.setTransactionalTableScan(jobClone, ts.getConf().isAcidTable());
 
       // create a fetch operator
       FetchOperator fetchOp = new FetchOperator(entry.getValue(), jobClone);
